home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _editors / editors / _zap / !Zap / Menus < prev    next >
Text File  |  1994-10-17  |  6KB  |  268 lines

  1. | Number of valid menu handles
  2. | (handles 0-9 have special meaning but 10+ are user definable)
  3.  
  4. 48
  5.  
  6. | Zap iconbar menu (0)
  7.  
  8. 00 "Zap" 9
  9.    "Info    " > Infobox
  10.    "Options " > 31
  11.    "New view" > Newviewlist
  12.    "Remove  " > Removelist
  13.    "New file" > 02
  14.    "Create  " > 35
  15.    "Help    " Help "z"
  16.    "Quit    " Quit
  17.  
  18. | Zap window menu (1)
  19.  
  20. 01 "Zap" 10
  21.    "File     " Save > 10
  22.    "Selection" > 12
  23.    "Edit     " > 13
  24.    "Mode     " > 03
  25.    "Display  " > 15
  26.    "Misc     " > 20
  27.  
  28. | File type list menu (2) (also used by menu click on save box)
  29.  
  30. 02 "File type" 14
  31.    "Text   (&FFF)" Newtype &FFF
  32.    "Data   (&FFD)" Newtype &FFD
  33.    "BASIC  (&FFB)" Newtype &FFB
  34.    "Module (&FFA)" Newtype &FFA
  35.    "Obey   (&FEB)" Newtype &FEB
  36.  
  37. | Mode menu (3)
  38.  
  39. 03 "Mode" 14
  40.    "             " Mode 0
  41.    "             " Mode 1
  42.    "             " Mode 2
  43.    "             " Mode 3
  44.    "             " Mode 4
  45.    "             " Mode 5
  46.    "             " Mode 6
  47.    "             " Mode 7
  48.    "             " Mode 8
  49.    "             " Mode 9
  50.    "             " Mode 10
  51.    "             " Mode 11
  52.    "             " Mode 12
  53.    "             " Mode 13
  54.    "             " Mode 14
  55.    "             " Mode 15
  56.  
  57. | Other menus with no specific attatchment (10+)
  58.  
  59. 10 "File" 15
  60.    "Save ...      " Quicksave > Save
  61.    "Search ...    " Searchbuf > SearchCur
  62.    "Goto ...      " Goto      > Goto
  63.    "Replace ...   " Replace   > Replace
  64.    "Print         " > 11
  65.    "Read only     " Readonly
  66.    "New view      " Newview
  67.    "Undo on       " Toggleundo
  68.    "DOS text file " FFlags_toggle 27
  69.  
  70. 11 "Print" 12
  71.    "Quick      " Quickprint > Quickprint
  72.    "Fancy      " Printfile
  73.    "Open       " Openprinter
  74.    "Close      " Closeprinter
  75.    "Dump       " Dumpfile
  76.    
  77. 12 "Selection" 12
  78.    "Save ...   " Savesel  > Savesel
  79.    "Clear      " Clearsel
  80.    "Cut        " Cut
  81.    "Paste      " Paste
  82.    "Yank       " Yank
  83.    "Copy       " Copysel
  84.    "Move       " Movesel
  85.    "Keep       " Keepregion
  86.    "Indent     " Indent   > Indentby
  87.    "Outdent    " Outdent
  88.  
  89. 13 "Edit" 15
  90.    "Tab mode      " > 23
  91.    "Overwrite     " Toggleinsert
  92.    "Hex entry     " Hexascii
  93.    "Word wrap     " Wordwrap > Wrapwidth
  94.    "Line wrap     " Linewrap
  95.    "Line edit     " Lineedit
  96.    "Non standard  " Nonstandard
  97.    "Auto indent   " Autoindent
  98.    "Strip spaces  " Wformat_alter 18
  99.  
  100. 14 "Alter" 17
  101.    "Fast Undo       " Fastundo
  102.    "Undo            " Fullundo
  103.    "Redo            " Redo
  104.    "Swap case       " Swapcase
  105.    "Swap chars      " Swapchars
  106.    "Copy mode       " Copy
  107.    "Format text     " Formattext
  108.    "Strip spaces    " Stripspaces 3
  109.    "Tabify          " Stripspaces 4
  110.  
  111. 15 "Display" 13
  112.    "Line numbers" > 16
  113.    "Tabs        " > 17
  114.    "Line spacing" > Linespacing
  115.    "Font        " > 18
  116.    "Colours     " > Colourlist
  117.    "Width       " > Setwidth
  118.    "Misc        " > 19
  119.  
  120. 16 "Line nos" 13
  121.    "None        " Linenos 0
  122.    "Logical     " Linenos 1
  123.    "Physical    " Linenos 2
  124.    "Address     " Linenos 3
  125.    -
  126.    "Hex nos     " Togglehex
  127.    -
  128.    "Start line  " > Startline
  129.    "Start addr  " > Startaddr
  130.  
  131. 17 "Tabs" 12
  132.    "None     " Tabdisplay 0
  133.    "As spaces" Tabdisplay 1
  134.    "ë     |  " Tabdisplay 2
  135.    "-----ë|  " Tabdisplay 3
  136.    -
  137.    "Tab char " > Tabchar
  138.  
  139. 18 "Font" 17
  140.    "System (at 1dpp)" Fonttype 0
  141.    "System (scaled )" Fonttype 1
  142.    "System (via vdu)" Fonttype 2
  143.    "Other  (quick  )" Fonttype 3
  144.    "Other  (via vdu)" Fonttype 4
  145.    -
  146.    "Other font name " > Fontlist
  147.    "Other font size " > Fontsize
  148.  
  149. 19 "Misc" 12
  150.    "Return char " > Returnchar
  151.    "Margin      " > Margin
  152.    "Auto width  " Wflags_toggle 6
  153.    "Big endian  " Wformat_toggle 17
  154.  
  155. 20 "Misc" 12
  156.    "Keymap  " > 21
  157.    "Marking " > 22
  158.    "Insert  " > 24
  159.    "Delete  " > 25
  160.    "Alter   " > 14
  161.    "Move    " > 26
  162.    "Learn   " > 27
  163.    "Window  " > 28
  164.    "Search  " > 29
  165.    "Program " > 30
  166.    "Copy ops" Makedefault
  167. |   "On      " > 36
  168.  
  169. 21 "Key maps" 14
  170.    "Command      " Command
  171.    "Default      " Defaultmap
  172.    "Bind         " Bindtokey
  173.    "Emacs (map1) " Emacs
  174.  
  175. 22 "Marking" 17
  176.    "Toggle mark     " Togglemark
  177.    "Last mark       " Lastmark
  178.    "Next mark       " Nextmark
  179.    "Select          " Selregion
  180.    "Select buffer   " Selectbuffer
  181.  
  182. 23 "Tab mode" 12
  183.    "Unix tab   " Tabmode 0
  184.    "!Edit tab  " Tabmode 1
  185.    "Column tab " Tabmode 2 > Columntab
  186.    -
  187.    "As spaces  " Tabsasspaces
  188.    -
  189.    "Toggle     " Switchtab
  190.  
  191. 24 "Insert" 15
  192.    "Date          " Insertdate
  193.    "Time          " Inserttime
  194.    "Split line    " Splitline
  195.  
  196. 25 "Delete" 21
  197.    "Delete line         " Delline
  198.    "Delete to start     " Deltostart
  199.    "Delete to end       " Deltoend
  200.    "Join line           " Joinline
  201.  
  202. 26 "Move" 16
  203.    "Indirect       " Indirect
  204.    "Swap window    " Swapwindow
  205.    "Last sector    " Lastsector
  206.    "Next sector    " Nextsector
  207.    "Last track     " Lasttrack
  208.    "Next track     " Nexttrack
  209.  
  210. 27 "Learn" 12
  211.    "Learn      " Learn
  212.    "Execute    " Execute
  213.  
  214. 28 "Window" 17
  215.    "Close window    " Closewindow
  216.    "Close other     " Closeother
  217.    "Toggle size     " Togglewind
  218.  
  219. 29 "Search" 15
  220.    "Forward       " Searchforward
  221.    "Backward      " Searchback
  222.    "Last match    " Lastmatch
  223.    "Next match    " Nextmatch
  224.    "Cancel        " Cancel
  225.  
  226. 30 "Program" 22
  227.    "Compile (& save)     " Compile
  228.    "List of functions    " Listfns
  229.  
  230. 31 "Options" 13
  231.    "Save options" Saveoptions
  232.    "Edit keys   " FindFile "<Zap$Dir>.Keys" 
  233.    "Reload keys " Reloadkeys
  234.    -
  235.    "Misc        " > 32
  236.    "Mode        " > 03
  237.    "Display     " > 15
  238.    "Edit        " > 13
  239.    "Mini buffer " > Minimenu
  240.    "Cursor types" > Cursormenu
  241.    "Ctrl chars  " > 33
  242.  
  243. 32 "Misc" 17
  244.    "Auto-del files  " Miscops 0
  245.    "Auto-clr regions" Miscops 1
  246.    "Undo supported  " Toggleundo
  247.    "Flashing cursor " Miscops 3
  248.    "Check datestamp " Miscops 4
  249.    "Auto-clr search " Miscops 5
  250.    "Confine cursor  " Miscops 6
  251.    "Trap MSDOS files" Miscops 7
  252.  
  253. 33 "Ctrl chars" 11
  254.    "Default" Ctrlchars 0
  255.    "Decimal" Ctrlchars 1
  256.    "Hex    " Ctrlchars 2
  257.    "User   " Ctrlchars 3
  258.  
  259. 35 "Create" 16
  260.    "Get module     " > Getmodule
  261.    "Get workspace  " > Getworkspace
  262.    "Read memory ..." MzapBox > MzapBox
  263.    "Read disc ...  " DzapBox > DzapBox
  264.    "Task window    " Taskwindow
  265.  
  266. 36 "And on" 7
  267.    "and on" > 36
  268.